首页 / 词典 / good

runtime error

  • 运行时错误
runtime errorruntime error

noun

1
an error in logic or arithmetic that must be detected at run time
Synonym: semantic error run-time error

数据来源:WordNet

  1. The advantage over using value comparisons is that you don 't risk a runtime error .

    这种方式较之使用值比较的优势在于不会有运行时错误的风险。

  2. Creates a runtime error , as it refers to a non-existing element .

    会创建运行时错误,因为它引用不存在的元素。

  3. If that is the case , a runtime error is raised .

    如果的确如此,那么就会产生一个运行时错误。

  4. It captures and discards application runtime error to enhance the system 's stability ;

    通过捕捉并抛出系统运行时的异常错误提高了系统的稳定性;

  5. This demonstrates that we can return a fault object even if a true runtime error didn 't occur .

    这显示出,即便未发生真正的运行时错误,我们也可以返回一个fault对象。

  6. Although runtime error handling is optional , handling runtime errors is especially important when sharing data across tests .

    尽管运行时错误处理只是可选的,但是在测试之间共享数据时,处理运行时错误就变得十分重要了。

  7. There is no guarantee that the service can handle data that is not valid , so a runtime error can occur .

    这不能保证服务可以处理无效数据,因此将出现一个运行时错误。

  8. This paper introduces the methods , tools and practice of software white-box testing , including software static analysis , coverage testing and runtime error checking .

    主要介绍了进行软件白盒测试,包括静态测试分析、覆盖测试分析、运行时错误检测的方法、工具及实践。

  9. Finally , runtime error messages now include the name of the source file , the line number , and the column number where the error occurred .

    最后,运行时错误消息现在包含发生错误的源文件的名称、行号和列号。

  10. When a program terminates due to a runtime error , it displays an error code and the address at which the error occurred .

    当一个程序由于运行期间错误而终止时,它会显示一个错误号和错误地址在错误发生时。

  11. IBM Rational PurifyPlus ™ & Increase unit testing and debugging effectiveness with runtime error detection , bottleneck discovery , and code coverage analysis .

    IBMRationalPurifyPlus&提高单元测试和调试的效率,提高运行时错误检查,发现瓶颈并做代码覆盖分析。

  12. OpenLaszlo comes equipped with an enhanced debugging tool that allows the developer to view runtime error messages , evaluate variable values , etc.

    OpenLaszlo附带了一个增强的调试工具,它使开发人员可以查看运行时错误消息、查看变量值等等。

  13. In such a case , passing on an Order ID , which does not conform to these standards , will obviously result in a runtime error .

    在这种情况下,传递一个OrderID,这不符合标准,将会生成一个运行时错误。

  14. At worst , the EAR file will build and install successfully , but you will get some obscure runtime error that will take you days to debug .

    在最坏的情况下,将成功地构建和安装EAR文件,但是您将碰到某个模糊的运行时(runtime)错误,这将使您花费数天的时间来调试。

  15. When a solid regression suite is present for testing the application , incorporating a runtime error detection tool such as Purify in it is a smart thing to do .

    在测试应用程序时存在稳定的回归测试时,引入类似Purify的运行时错误检查工具就是比较明智的事情。

  16. Our team has already authored several task-focused tutorials and runtime error resolutions as part of the suite 's beta release , and we will introduce more in the future .

    我们的团队已经编撰了几个面向任务的教程和运行时错误分析,并作为该套件beta版的一部分一起发布,将来我们还要提供更多内容。

  17. Debug logs are compiled in but stripped at runtime . Error , warning and info logs are always kept .

    调试日志只在程序运行时候出现。错误,警告和一般信息日志一直都在。

  18. If a book with more than one price child element is encountered , the query fails at runtime with an error .

    如果出现某个book拥有多个price子元素,则运行时查询将失败,并产生错误。

  19. You can throw any kind of exception you like checked , runtime , or error as long as the method signature supports it .

    可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。

  20. Because we now live in the world of OSGi and dynamic runtimes , we want to make sure our plug-in can run without causing a runtime crash or error .

    因为我们现在生活在OSGi和动态运行时世界,所以我们想确保插件在不引起运行时故障或错误的情况下运行。

  21. Because the package name is different , the search for the new package at runtime results in an error since it isn 't bound to the database ( as in the previous examples ) .

    由于包的名称不同,在运行时搜索这个新的包时将得到一个错误,因为它没有被绑定到数据库(和在前面的例子中一样)。